home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / boiler_b.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2011-03-26  |  199 b   |  12 lines

  1. var tPC = Math.round(this.getBytesLoaded() / this.getBytesTotal() * 100);
  2. this.loadingbar_mc.gotoAndStop(tPC);
  3. if(tPC == 100)
  4. {
  5.    play();
  6. }
  7. else
  8. {
  9.    gotoAndStop("loading");
  10.    play();
  11. }
  12.